ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / PlotAreaIndex Property

In This Topic
    PlotAreaIndex Property
    In This Topic
    Gets or sets the plot area for the axis.
    Syntax
    'Declaration
     
    
    <JsonAttribute("_plotAreaIndex")>
    Public Property PlotAreaIndex As Nullable(Of Integer)
    [Json("_plotAreaIndex")]
    public Nullable<int> PlotAreaIndex {get; set;}
    See Also